home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
round.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
406b
|
67 lines
round(G) Scilab Function round(G)
NAME
round - rounding
CALLING SEQUENCE
[y]=round(x)
PARAMETERS
x : real or complex matrix
y : integer or complex (with integer real and imag) matrix
DESCRIPTION
round(x) rounds the elements of x to the nearest integers.
SEE ALSO
int, floor, ceil